Asset

  1. HipAssetUDA!T Asset(string path, T function(string) conversionFunc, int start, int end)
    Asset
    (
    T
    )
    (
    string path
    ,
    T function
    (
    string
    )
    conversionFunc
    ,
    int start = 0
    ,
    int end = 0
    )
  2. HipAssetUDA!void Asset(string path, int start, int end)

Parameters

path string

Path where the asset is located. It may receive an $ for path formatting with numbers(only valid when array is used.)

conversionFunc T function
(
string
)

A function with input the data located at "path", and return any data.

start int

For Arrays. Inclusive. May be greater than end for reverse counting.

end int

For Arrays. Inclusive.

Return Value

Type: HipAssetUDA!T

Meta